runtime.writeHeapBits.addr (field)
12 uses
runtime (current package)
mbitmap.go#L771: addr uintptr // address that the low bit of mask represents the pointer state of.
mbitmap.go#L784: h.addr = addr - h.low*goarch.PtrSize
mbitmap.go#L811: ai := arenaIndex(h.addr)
mbitmap.go#L813: idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
mbitmap.go#L827: h.addr += ptrBits * goarch.PtrSize
mbitmap.go#L851: zeros := (addr+size-h.addr)/goarch.PtrSize - h.valid
mbitmap.go#L864: ai := arenaIndex(h.addr)
mbitmap.go#L866: idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
mbitmap.go#L883: h.addr += ptrBits * goarch.PtrSize
mbitmap.go#L892: ai := arenaIndex(h.addr)
mbitmap.go#L894: idx := h.addr / (ptrBits * goarch.PtrSize) % heapArenaBitmapWords
mbitmap.go#L906: h.addr += ptrBits * goarch.PtrSize
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |